home *** CD-ROM | disk | FTP | other *** search
/ Kellogg's Amérique / Kellogg's Amérique / amazonie_en_danger.swf / scripts / amazonie_en_danger_fla / clipfeu_36.as < prev    next >
Text File  |  2020-08-04  |  466b  |  27 lines

  1. package amazonie_en_danger_fla
  2. {
  3.    import flash.display.MovieClip;
  4.    
  5.    public dynamic class clipfeu_36 extends MovieClip
  6.    {
  7.        
  8.       
  9.       public function clipfeu_36()
  10.       {
  11.          super();
  12.          addFrameScript(9,frame10,20,frame21);
  13.       }
  14.       
  15.       function frame10() : *
  16.       {
  17.          gotoAndPlay(1);
  18.       }
  19.       
  20.       function frame21() : *
  21.       {
  22.          stop();
  23.          visible = false;
  24.       }
  25.    }
  26. }
  27.